Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add 'Connect to XMTP' tutorial for agents get-started documentationAdds a new tutorial page at connect-to-xmtp.mdx covering how to connect an agent to XMTP. The tutorial walks through project scaffolding, environment setup, Anthropic AI integration, XMTP Agent SDK usage, local testing, and Railway deployment via Dockerfile. Also registers the page in the sidebar under Agents → Get started in shared-sidebar.config.ts. Macroscope summarized 7cf335a. |
Dismissing my prior approval and re-evaluating approvability for 86a8298
Dismissing my prior approval and re-evaluating approvability for 8a54772
docs/snippets/build-with-llms.mdx
Outdated
| | `deploy-xmtp-agent` | Deploys your agent to Railway with the correct Dockerfile, environment variables, and persistent storage | | ||
| | `xmtp-agent-troubleshoot` | Diagnoses common errors like `transport error`, wallet key format issues, and installation limit warnings | | ||
|
|
||
| These skills follow the same [three-layer architecture](/agents/build-agents/connect-to-xmtp#three-layer-architecture) described in the tutorial: your brain, the XMTP messaging framework, and the glue that connects them. |
There was a problem hiding this comment.
🟠 High snippets/build-with-llms.mdx:41
The link /agents/build-agents/connect-to-xmtp#three-layer-architecture references an anchor that doesn't exist in connect-to-xmtp.mdx. The file has no heading that generates a three-layer-architecture ID, so users clicking the link land on the page without being scrolled to any specific section. Consider removing the anchor, updating it to an existing heading, or adding the corresponding heading to the target file.
🚀 Reply "fix it for me" or copy this AI Prompt for your agent:
In file docs/snippets/build-with-llms.mdx around line 41:
The link `/agents/build-agents/connect-to-xmtp#three-layer-architecture` references an anchor that doesn't exist in `connect-to-xmtp.mdx`. The file has no heading that generates a `three-layer-architecture` ID, so users clicking the link land on the page without being scrolled to any specific section. Consider removing the anchor, updating it to an existing heading, or adding the corresponding heading to the target file.
Dismissing prior approval to re-evaluate 992e922
992e922 to
509b003
Compare
Dismissing prior approval to re-evaluate 509b003
509b003 to
0942ad4
Compare
Dismissing prior approval to re-evaluate 0942ad4
0942ad4 to
694b63e
Compare
694b63e to
e2a631b
Compare
Dismissing prior approval to re-evaluate e2a631b
e2a631b to
7cf335a
Compare
Dismissing prior approval to re-evaluate 7cf335a
| @@ -154,4 +154,4 @@ const signer = createSigner(user); | |||
| const agent = await Agent.create(signer); | |||
There was a problem hiding this comment.
Ignore - no changes made
| @@ -38,4 +38,4 @@ Includes: Agent concepts, building and deploying agents, agent-specific content | |||
|
|
|||
| Use `llms-full.txt`: [https://docs.xmtp.org/llms/llms-full.txt](https://docs.xmtp.org/llms/llms-full.txt) | |||
There was a problem hiding this comment.
Ignore - no changes made
Uh oh!
There was an error while loading. Please reload this page.